OAuth2 Library
Type
library
Description
Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow
Children Properties
Command
Name | Summary | Syntax |
---|---|---|
OAuth2Refresh | Obtain a new authorization token using a refresh token | OAuth2Refresh <pTokenURL>,<pClientID>,<pClientSecret>,<pRefreshToken> |
OAuth2 | Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow | OAuth2 <pAuthURL>,<pTokenURL>,<pClientID>,<pClientSecret>,<pScopes>,<pPortOrRedirectURI>,<pParams>,<pCompletionURL> |